projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
097e3b0
)
Move it to the right place
author
Matthias Clasen
<matthiasc@src.gnome.org>
Wed, 15 Mar 2006 19:03:46 +0000
(19:03 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Wed, 15 Mar 2006 19:03:46 +0000
(19:03 +0000)
gtk/gtkcombobox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.c
b/gtk/gtkcombobox.c
index 196f493462f4504a7bb29e95e2b38b9c1d7cb876..e8f4de5ed4ce3d4f332c8226ea7fe0acabada9c1 100644
(file)
--- a/
gtk/gtkcombobox.c
+++ b/
gtk/gtkcombobox.c
@@
-3700,14
+3700,14
@@
gtk_combo_box_list_key_press (GtkWidget *widget,
GtkTreeIter iter;
GtkTreeModel *model = NULL;
+ gtk_combo_box_popdown (combo_box);
+
if (combo_box->priv->model)
{
GtkTreeSelection *sel;
sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (combo_box->priv->tree_view));
- gtk_combo_box_popdown (combo_box);
-
if (gtk_tree_selection_get_selected (sel, &model, &iter))
gtk_combo_box_set_active_iter (combo_box, &iter);
}